GtkApplicationWindow: Fix size-allocation logic
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jan 2012 18:23:02 +0000 (13:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jan 2012 18:24:39 +0000 (13:24 -0500)
commit7234a2617edbf109262859a2a4edd3a325664b77
treee9c399a3e6f41b4b2597f13b75d5b88500e32a27
parent208bfbd05339052eab4a67f55d609dff6c4976c9
GtkApplicationWindow: Fix size-allocation logic

The code was not properly removing the menubar height from the
height given to the content, causing the statusbar to drop off
the bottom of the window in some examples.
gtk/gtkapplicationwindow.c